Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grammar/wording updates #106

Closed
wants to merge 2 commits into from
Closed

Conversation

dericed
Copy link
Contributor

@dericed dericed commented Feb 12, 2018

No description provided.

@dericed dericed mentioned this pull request Feb 12, 2018
ffv1.md Outdated
@@ -1111,7 +1111,7 @@ If state_transition_delta is not present in the FFV1 bitstream, all Range coder
| Other | reserved for future use | reserved for future use | reserved for future use |

Restrictions:
If `colorspace_type` is 1, `chroma_planes` MUST be 1, `h_chroma_subsample` MUST be 1, `v_chroma_subsample` MUST be 1.
If `colorspace_type` is 1, then `chroma_planes` MUST be 1, `h_chroma_subsample` MUST be 1, and `v_chroma_subsample` MUST be 1.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed this one in the patch about chroma_planes, but should actually be log2_h_chroma_subsample and log2_v_chroma_subsample

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not log2(h_chroma_subsample)?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, we changed it.
check Parameters( ) pseudo-code log2_h_chroma_subsample definition part

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in a second commit, thx for catching this.

@michaelni
Copy link
Member

+If colorspace_type is 1, then chroma_planes MUST be 1, log2_h_chroma_subsample MUST be 1, and log2_v_chroma_subsample MUST be 1.

shouldnt this be 0 ?

@JeromeMartinez
Copy link
Contributor

shouldnt this be 0 ?

I confirm, typo during move to log2, it should be 0.

@dericed
Copy link
Contributor Author

dericed commented Feb 14, 2018

Updated to 0, please re-review.

@JeromeMartinez
Copy link
Contributor

bump on this, is there something blocking? IMO it is good to have such correction from a native English speaker.

@dericed
Copy link
Contributor Author

dericed commented Apr 20, 2018

any reason why still unmerged? need more demonstration of consensus or are more changes suggested.

@michaelni michaelni closed this in 4ead389 Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants